reftests: Add a test for descendant CSS selectors match
authorBenjamin Otte <otte@redhat.com>
Sun, 15 May 2011 11:24:10 +0000 (13:24 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 May 2011 20:17:56 +0000 (22:17 +0200)
commitf3ed498c5b15c7c6ad9768c817f981f29463fae8
treee83ff9119eb360de9e09b8ff8d8c587853e5a0aa
parent806c80427128915feec5e0035758c820a9c1c6d1
reftests: Add a test for descendant CSS selectors match

In widget hierarchy like "Foo Bar Bar Baz", we want the selector "Foo >
Bar Baz" to match, because it matches the elements 1, 2 and 4.
Previously, the selector only matches the Bar at position 3 and then
failed because it wasn't preceded by a Foo.
tests/reftests/Makefile.am
tests/reftests/css-match-descendant-later.css [new file with mode: 0644]
tests/reftests/css-match-descendant-later.ref.ui [new file with mode: 0644]
tests/reftests/css-match-descendant-later.ui [new file with mode: 0644]